Reports for WinForms | ComponentOne
C1.C1Report.4 Assembly / C1.C1Rdl Namespace / RdlEnum<T> Class / Inequality Operator
The first object.
The second object.

In This Topic
    Inequality Operator (RdlEnum<T>)
    In This Topic
    Tests whether the two RdlEnum<T> objects are not equal.
    Syntax
    'Declaration
     
    Public Operator <>( _
       ByVal o1 As RdlEnum(Of T), _
       ByVal o2 As RdlEnum(Of T) _
    ) As Boolean
    public bool operator !=( 
       RdlEnum<T> o1,
       RdlEnum<T> o2
    )

    Parameters

    o1
    The first object.
    o2
    The second object.

    Return Value

    true if the objects are not equal, false otherwise.
    See Also